projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a645d4
)
Fix a typo
author
Matthias Clasen
<mclasen@redhat.com>
Sat, 19 Feb 2011 18:34:42 +0000
(13:34 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Sat, 19 Feb 2011 18:35:55 +0000
(13:35 -0500)
https://bugzilla.gnome.org/show_bug.cgi?id=642751
docs/reference/gtk/migrating-2to3.xml
patch
|
blob
|
history
diff --git
a/docs/reference/gtk/migrating-2to3.xml
b/docs/reference/gtk/migrating-2to3.xml
index 677fd3e340196dbe4d1213248505c7db249185b3..581101e33526e9e541ef3561b1bc49de6c7f3d46 100644
(file)
--- a/
docs/reference/gtk/migrating-2to3.xml
+++ b/
docs/reference/gtk/migrating-2to3.xml
@@
-1091,7
+1091,7
@@
gtk_arrow_draw (GtkWidget *widget,
classes that are directly derived from GtkObject, you have to make
them derive from #GInitiallyUnowned (or, if you don't need the floating
functionality, #GObject). If you have widgets that override the
- destroy class handler, you have to adust your class_init function,
+ destroy class handler, you have to ad
j
ust your class_init function,
since destroy is now a member of GtkWidgetClass:
<informalexample><programlisting>
GtkObjectClass *object_class = GTK_OBJECT_CLASS (class);